Explode gdkinternals.h into per-class private headers
authorMatthias Clasen <mclasen@redhat.com>
Sat, 11 Dec 2010 05:14:53 +0000 (00:14 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Tue, 21 Dec 2010 17:06:58 +0000 (12:06 -0500)
commitea96e5e16f964c71f2ac3fcf5237542e4776221c
treef2c524c44208396157bfe0141c9f6a811c9e059d
parentff8a334725e95fda2e0c500b55955e1cd311bf98
Explode gdkinternals.h into per-class private headers

At the same time, move some more class and instance structs
out of public headers.
41 files changed:
gdk/Makefile.am
gdk/gdkapplaunchcontext.c
gdk/gdkapplaunchcontext.h
gdk/gdkapplaunchcontextprivate.h [new file with mode: 0644]
gdk/gdkdevice.c
gdk/gdkdevicemanager.c
gdk/gdkdevicemanagerprivate.h [new file with mode: 0644]
gdk/gdkdeviceprivate.h
gdk/gdkdisplay.c
gdk/gdkdisplay.h
gdk/gdkdisplaymanager.c
gdk/gdkdisplaymanagerprivate.h [new file with mode: 0644]
gdk/gdkdisplayprivate.h [new file with mode: 0644]
gdk/gdkdnd.c
gdk/gdkdndprivate.h [new file with mode: 0644]
gdk/gdkevents.c
gdk/gdkinternals.h
gdk/gdkkeys.c
gdk/gdkkeys.h
gdk/gdkkeysprivate.h [new file with mode: 0644]
gdk/gdkscreen.c
gdk/gdkscreen.h
gdk/gdkscreenprivate.h [new file with mode: 0644]
gdk/gdktypes.h
gdk/gdkvisual.c
gdk/gdkvisualprivate.h [new file with mode: 0644]
gdk/gdkwindow.c
gdk/x11/gdkapplaunchcontext-x11.c
gdk/x11/gdkasync.h
gdk/x11/gdkdevicemanager-core.c
gdk/x11/gdkdevicemanager-core.h
gdk/x11/gdkdevicemanager-xi.h
gdk/x11/gdkdevicemanager-xi2.h
gdk/x11/gdkdisplay-x11.h
gdk/x11/gdkdisplaymanager-x11.c
gdk/x11/gdkdnd-x11.c
gdk/x11/gdkkeys-x11.c
gdk/x11/gdkprivate-x11.h
gdk/x11/gdkscreen-x11.h
gdk/x11/gdkvisual-x11.c
gdk/x11/gdkwindow-x11.c